[PATCH] [libomp] Explicitly include <string> header (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 20 Jan 2023 09:11:01 +0000 (10:11 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 7 Sep 2023 22:43:45 +0000 (00:43 +0200)
commit6870a4e85c4944b8de4874d98619de66fd775b61
tree7d4a785c716244375cd67b4aa6192649f9435ad3
parent5723487e08f97c301cea811fbb6474adbc838ded
[PATCH] [libomp] Explicitly include <string> header (NFC)

This is required to build against libstdc++ 13. Debug.h uses
std::stoi() from <string> without explicitly including it.

Gbp-Pq: Name gcc-13-build-fix.patch
flang/include/flang/Parser/characters.h
openmp/libomptarget/include/Debug.h